Skip to content

Backported malloc and realloc from avr-libc 1.8.0 (without test code) #1329

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 28, 2013

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Mar 23, 2013

Fix issues with tuning parameters and libraries that tries to estimate memory usage.

See #857

@ghost ghost assigned cmaglie Mar 23, 2013
cmaglie added a commit that referenced this pull request Mar 28, 2013
@cmaglie cmaglie merged commit a4c2062 into arduino:master Mar 28, 2013
@PaulStoffregen
Copy link
Contributor

I would highly recommend increasing the default malloc margin setting. 32 bytes is not even enough for the stack growth in Serial.print(number).

cmaglie added a commit that referenced this pull request Mar 29, 2013
@cmaglie
Copy link
Member Author

cmaglie commented Mar 29, 2013

I see that you used 120, let's set it to 128 just because I like powers of 2 :-)

thanks!
C

@cmaglie cmaglie deleted the malloc-fix branch March 29, 2013 10:51
oriregev pushed a commit to oriregev/Arduino that referenced this pull request Dec 20, 2013
oriregev pushed a commit to oriregev/Arduino that referenced this pull request Dec 20, 2013
klightspeed pushed a commit to klightspeed/EthertenMP3Player that referenced this pull request Aug 30, 2015
klightspeed pushed a commit to klightspeed/Arduino-Libraries that referenced this pull request Sep 6, 2015
facchinm pushed a commit to arduino/ArduinoCore-avr that referenced this pull request Sep 20, 2017
facchinm pushed a commit to arduino/ArduinoCore-avr that referenced this pull request Sep 20, 2017
rickyrockrat pushed a commit to rickyrockrat/Arduino.hardware that referenced this pull request Apr 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants